@Generated(value="com.sun.tools.xjc.Driver", date="2024-11-15T12:10:56+01:00", comments="JAXB RI v2.3.2") public static class TaccuinoType.FarmaciIntegratori.Farmaci extends Object
Classe Java per anonymous complex type.
Il seguente frammento di schema specifica il contenuto previsto contenuto in questa classe.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="farmaco" maxOccurs="unbounded">
<complexType>
<complexContent>
<extension base="{urn:taccuino:dataset}farmacoType">
<sequence>
<element name="noteAssunzione" type="{urn:taccuino:common}string1_2000"/>
</sequence>
<attribute name="AIC" type="{urn:taccuino:common}string1_100" />
</extension>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
TaccuinoType.FarmaciIntegratori.Farmaci.Farmaco
Classe Java per anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<TaccuinoType.FarmaciIntegratori.Farmaci.Farmaco> |
farmaco |
| Constructor and Description |
|---|
Farmaci() |
| Modifier and Type | Method and Description |
|---|---|
List<TaccuinoType.FarmaciIntegratori.Farmaci.Farmaco> |
getFarmaco()
Gets the value of the farmaco property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2024-11-15T12:10:56+01:00", comments="JAXB RI v2.3.2") protected List<TaccuinoType.FarmaciIntegratori.Farmaci.Farmaco> farmaco
@Generated(value="com.sun.tools.xjc.Driver", date="2024-11-15T12:10:56+01:00", comments="JAXB RI v2.3.2") public List<TaccuinoType.FarmaciIntegratori.Farmaci.Farmaco> getFarmaco()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the farmaco property.
For example, to add a new item, do as follows:
getFarmaco().add(newItem);
Objects of the following type(s) are allowed in the list
TaccuinoType.FarmaciIntegratori.Farmaci.Farmaco
Copyright © 2024. All rights reserved.